home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 26
/
AACD 26.iso
/
AACD
/
Programming
/
AllPlaton
/
Unsorted
/
SOSSaver.AMOS
/
SOSSaver.amosSourceCode
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AMOS Source Code
|
1995-12-10
|
201 b
|
8 lines
Extension_8_0456 "dh1:Roots.bin",9
ST=Start(9)
N=0
For A=$2C00 To $41FF Step 32
Exit If Leek(ST+A)=0
Bsave "ram:Test"+ Extension_8_0EB8(N,2),ST+Leek(ST+A) To ST+Leek(ST+A)+Leek(ST+A+4)
Inc N
Next